home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / util / cli / select18.lha / Install Select < prev    next >
Text File  |  1993-11-15  |  891b  |  37 lines

  1.  
  2. (set exedest
  3.     (askdir
  4.         (prompt "Where should I install the Select executable ?")
  5.         (help     "Please specify a place for me to install the Select"
  6.             " executable. I will make a link named Except to Select"
  7.             " in the same directory, so that you can use both"
  8.             " commands with a single version of the code.\n"
  9.             "The directory you specify here should be included"
  10.             " in your path."
  11.             "\n\n"
  12.             @askdir-help
  13.         )
  14.         (default "C:")
  15.     )
  16. )
  17.  
  18. (set guidedest
  19.     (askdir
  20.         (prompt "Where should I install Select's documentation ?")
  21.         (help     "Please specify a place for me to install Select's"
  22.             " amigaguide.\n"
  23.             "At this stage, only an english version of the"
  24.             " guide is available, I will try to transalte it in"
  25.             " some other language as time permit."
  26.             "\n\n"
  27.             @askdir-help
  28.         )
  29.         (default "HELP:english")
  30.     )
  31. )
  32.  
  33. (set @default-dest exedest)
  34.  
  35. (execute "install " exedest " " guidedest)
  36.  
  37.